Skip to content

Commit 8098171

Browse files
committed
version 0.1.2
1 parent f5085b0 commit 8098171

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change log
22

33
## master (unreleased)
4+
5+
## 0.1.2 (2021-12-25)
46
### Deleted
57
- drop Ruby2.4 from target version.
68

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
at_coder_friends-generator-cxx_iostream (0.1.1)
4+
at_coder_friends-generator-cxx_iostream (0.1.2)
55
at_coder_friends (~> 0.6.8)
66

77
GEM

lib/at_coder_friends/generator/cxx_iostream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module AtCoderFriends
44
module Generator
55
module CxxIostreamConstants
6-
VERSION = '0.1.1'
6+
VERSION = '0.1.2'
77
end
88
end
99
end

0 commit comments

Comments
 (0)