We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 647662d + ab41693 commit f0b600bCopy full SHA for f0b600b
logic.rb
@@ -75,7 +75,7 @@
75
76
# Does a version check and self-update if required
77
if options['self_update']
78
- this_version = '3.1.0'
+ this_version = '3.2.0'
79
puts colorize_lightblue("This is a universal dev env (version #{this_version})")
80
# Skip version check if not on master (prevents infinite loops if you're in a branch that isn't up to date with the
81
# latest release code yet)
0 commit comments