We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3f4e4 commit 0571dbfCopy full SHA for 0571dbf
config/application.rb
@@ -38,5 +38,7 @@ class Application < Rails::Application
38
39
# Whether or not to record `SessionActivity` in the `BaseResourceController`
40
config.record_session_activity = ENV.fetch('RECORD_SESSION_ACTIVITY') { true }
41
+
42
+ config.version = '0.0.1-rc.1'
43
end
44
0 commit comments