Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sichapman authored Oct 17, 2024
1 parent dcf184a commit 6f28bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

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

0 comments on commit 6f28bf1

Please sign in to comment.