Skip to content

Commit

Permalink
bump versions for next release (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Jun 18, 2024
1 parent a05d194 commit 67f2665
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.2
version: 0.3.3

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.2"
VERSION = "0.3.3"

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

0 comments on commit 67f2665

Please sign in to comment.