Skip to content

Commit

Permalink
Prepare for new release of Conduit (v0.12.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed May 4, 2011
1 parent b61c476 commit f99d37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PACKAGING
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ was 'v0.1.1' and you're on master (ie. v0.1.1..master (master is optional)):
export PREV_REL=0.11.0
export RELEASE=0.12.0

git commit -m "Prepare for new release of Conduit (v$RELEASE)" PACKAGING
git commit -m "Prepare for new release of Conduit (v$RELEASE)" PACKAGING lib/CGI/Conduit.pm
git show
git push origin master

Expand Down
2 changes: 1 addition & 1 deletion lib/CGI/Conduit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with qw(
CGI::Conduit::Log
);

our $VERSION = '0.05';
our $VERSION = '0.13';

## ----------------------------------------------------------------------------
# accessors
Expand Down

0 comments on commit f99d37e

Please sign in to comment.