Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 10, 2024
1 parent d8e41f7 commit d33875a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/namae/version.rb
@@ -1,8 +1,8 @@
module Namae
module Version
MAJOR = 1
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze
Expand Down

0 comments on commit d33875a

Please sign in to comment.