Skip to content

Commit

Permalink
fix: set right gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Apr 28, 2023
1 parent cb47ce2 commit d20df0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/po_to_json/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
class PoToJson
class Version
MAJOR = 1
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0

PRE = nil

Expand Down

0 comments on commit d20df0a

Please sign in to comment.