Skip to content

Commit f0b600b

Browse files
authored
Merge pull request #187 from LandRegistry/develop
Fix autoupdate
2 parents 647662d + ab41693 commit f0b600b

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.1.0'
78+
this_version = '3.2.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)