Skip to content

Commit 6693378

Browse files
committed
v0.2.2
1 parent d7c8e15 commit 6693378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: incremental
2-
version: 0.2.1
2+
version: 0.2.2
33

44
authors:
55
- Bar Hofesh <[email protected]>

src/incremental.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "option_parser"
66
# Incremental is a CLI tool that allows you to smartly make incremental scans
77
# using the BrightSec API.
88
module Incremental
9-
VERSION = "0.2.1"
9+
VERSION = "0.2.2"
1010

1111
API_TESTS = [
1212
"amazon_s3_takeover",

0 commit comments

Comments
 (0)