We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bca3f commit 121ea07Copy full SHA for 121ea07
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.2.0'
+ this_version = '3.3.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