We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9d6514 + 094d36c commit 6b85c3fCopy full SHA for 6b85c3f
lib/frame/version.rb
@@ -1,7 +1,8 @@
1
# frozen_string_literal: true
2
3
module Frame
4
- VERSION = '1.0.7-2024.5.26'.freeze
+ # latest version = 1.x.x-date.today
5
+ VERSION = '1.0.7'.freeze
6
end
7
8
GC.compact
0 commit comments