Skip to content

Commit c0d7cb9

Browse files
committed
Release 1.6.4
1 parent 2aa9d75 commit c0d7cb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Moos Changelog
88

99
1.6.4
1010
=====
11-
2015-MM-DD
11+
2015-02-24
1212
+ Add server tools;
1313
+ Log rotate will keep last 30 days logs, old logs will be deleted;
1414
+ Before install a service, Moss will check if it has been running on host;

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#exec 2>${TOP_DIR}/stderr.log
99

1010
# Version
11-
readonly VER='1.6.4dev'
11+
readonly VER='1.6.4'
1212
if [ $1 = '-v' ] 2>/dev/null;then
1313
echo Moss-${VER}
1414
exit 0

0 commit comments

Comments
 (0)