-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,13 @@ | |
# | ||
# where <site> is the site name you used when you first created the host. | ||
# | ||
# WHAT'S NEW IN v1.33 | ||
# | ||
# - Edit functionality added, `sudo virtualhost.sh --edit example.dev` opens | ||
# the example.dev VirtualHost in your $EDITOR. | ||
# - Now uses the GitHub API to check for new releases. | ||
# - Checking for new releases is only done once per hour. | ||
# | ||
# WHAT'S NEW IN v1.32 | ||
# | ||
# - Moved the project to a GitHub organization: | ||
|
@@ -169,7 +176,7 @@ | |
# by Patrick Gibson <[email protected]> | ||
#================================================================================ | ||
# Don't change this! | ||
version="1.32" | ||
version="1.33" | ||
# | ||
|
||
# No point going any farther if we're not running correctly... | ||
|