Skip to content

Commit 7a803ae

Browse files
authored
Update version only in v1 (line#565)
Next, version 1.30.0 will be released. [lib/line/bot/version.rb will be updated by github actions](https://github.com/line/line-bot-sdk-ruby/blob/46e6fcffd3548de5d3d96d688a603d4f9c5d0f60/.github/workflows/publish.yml#L28-L36), but lib/line/bot/v1/api/version.rb will not. Since this file is planned to be removed in the following release, it will be updated manually rather than automated.
1 parent 363b44e commit 7a803ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/line/bot/v1/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Bot
1717
module API
1818
# @deprecated
1919
# Use {Line::Bot::VERSION} instead.
20-
VERSION = "1.29.0"
20+
VERSION = "1.30.0-deprecated"
2121
end
2222
end
2323
end

0 commit comments

Comments
 (0)