aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-12 04:52:55 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-12 04:52:55 -0400
commit91b8d500a51431c9b2a93beb040c680124f5318c (patch)
tree1b834a51609389e653422eaffa7c6710adc84022 /scripts
parent4f8f9383692f5230de036aed8c4e370dcb5a3c0a (diff)
Increase version number
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mosh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mosh b/scripts/mosh
index 78f56d0..c21f913 100755
--- a/scripts/mosh
+++ b/scripts/mosh
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-my $MOSH_VERSION = '0.98c';
+my $MOSH_VERSION = '1.0';
use warnings;
use strict;