mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix Style/MutableConstant
This commit is contained in:
parent
a079efd389
commit
aa97f78cb6
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
module Capistrano
|
||||
VERSION = "3.4.0"
|
||||
VERSION = "3.4.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue