Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.29.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index c3bb0e6..6e65563 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+2.29 -- 2014-12-15
+
+   * Add exit codes when failing. (Jesus Roncero <[email protected]>)
+
+   * mogadm: add "device next" sub-command (Eric Wong <[email protected]>)
+
 2.28 -- 2013-08-07

    * mogadm: improve "device list" formatting (Eric Wong <[email protected]>)
  • Loading branch information
dormando committed Dec 16, 2014
1 parent 9e208c7 commit efd547e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.29 -- 2014-12-15

* Add exit codes when failing. (Jesus Roncero <[email protected]>)

* mogadm: add "device next" sub-command (Eric Wong <[email protected]>)

2.28 -- 2013-08-07

* mogadm: improve "device list" formatting (Eric Wong <[email protected]>)
Expand Down
2 changes: 1 addition & 1 deletion lib/MogileFS/Utils.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
package MogileFS::Utils;

our $VERSION = '2.28';
our $VERSION = '2.29';

use Getopt::Long;
use MogileFS::Client;
Expand Down

0 comments on commit efd547e

Please sign in to comment.