Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Jan 29, 2015
1 parent ca3d828 commit 0c9812d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ cd vagrant-lemtl/vagrantroot && vagrant up

Once the Vagrant box finishes and is ready, you should see something like this in your terminal:
```
==> default: Vagrant-LEMTL-v1.0.0
==> default: Vagrant-LEMTL-v1.1.0
==> default:
==> default: ===============================================================
==> default:
Expand Down
2 changes: 1 addition & 1 deletion vagrantroot/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vm_naked_hostname = "vagrant-lemtl.local"
vm_www_hostname = "www.#{vm_naked_hostname}"
vm_sql_hostname = "db.#{vm_naked_hostname}"
vm_timezone = "US/Eastern"
vm_current_version = "v1.0.0"
vm_current_version = "v1.1.0"
vm_name = "Vagrant-LEMTR-#{vm_current_version}"
vm_max_memory = 1024
vm_num_cpus = 1
Expand Down

0 comments on commit 0c9812d

Please sign in to comment.