Skip to content

Commit

Permalink
bump versions for release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Oct 26, 2023
1 parent 67d9ecf commit f4b183a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_sec_tester
version: 0.3.1
version: 0.3.2

authors:
- Jeremy Woertink <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/lucky_sec_tester.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "habitat"
require "sec_tester"

class LuckySecTester
VERSION = "0.3.1"
VERSION = "0.3.2"

Habitat.create do
setting bright_token : String, example: "abc.nexp.123secret"
Expand Down

0 comments on commit f4b183a

Please sign in to comment.