Skip to content

Commit 1ac8bed

Browse files
Merge pull request #68 from mdsol/ykitamura-mdsol-patch-1
Update version
2 parents d6ffffb + 9a80823 commit 1ac8bed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

lib/mauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MAuth
4-
VERSION = '7.1.0'
4+
VERSION = '7.2.0'
55
end

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"include-v-in-tag": true,
55
"packages": {
66
".": {
7-
"package-name": "mauth-client"
7+
"package-name": "mauth-client",
8+
"version-file": "lib/mauth/version.rb"
89
}
910
}
1011
}

0 commit comments

Comments
 (0)