Skip to content

Commit 3ddb6bb

Browse files
committed
v0.2.0
1 parent 5d52e8d commit 3ddb6bb

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
glamour (0.1.0)
11+
glamour (0.2.0)
1212

1313
GEM
1414
remote: https://rubygems.org/

lib/glamour/version.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
# rbs_inline: enabled
44

55
module Glamour
6-
# @rbs const VERSION: String
7-
VERSION = "0.1.0"
6+
VERSION = "0.2.0" #: String
87
end

sig/glamour/version.rbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Generated from lib/glamour/version.rb with RBS::Inline
22

33
module Glamour
4-
# @rbs const VERSION: String
5-
VERSION: ::String
4+
VERSION: String
65
end

0 commit comments

Comments
 (0)