Skip to content

Commit 121ea07

Browse files
authored
Update version from 3.2.0 to 3.3.0
1 parent c3bca3f commit 121ea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
# Does a version check and self-update if required
7777
if options['self_update']
78-
this_version = '3.2.0'
78+
this_version = '3.3.0'
7979
puts colorize_lightblue("This is a universal dev env (version #{this_version})")
8080
# Skip version check if not on master (prevents infinite loops if you're in a branch that isn't up to date with the
8181
# latest release code yet)

0 commit comments

Comments
 (0)