Skip to content

Commit

Permalink
Merge branch 'release/0.143000'
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Jul 5, 2014
2 parents 44d52f6 + 857a8d1 commit a1196bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.143000 2014-07-05 21:39:28CEST+0200 Europe/Amsterdam

[ BUG FIXES ]
* GH #538, #539: Coerce propogated exceptions to strings within Error object.
(Steven Humphrey)
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright_holder = Alexis Sukrieh
copyright_year = 2014
main_module = lib/Dancer2.pm

version = 0.142000
version = 0.143000

[NextRelease]
filename = Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ our $AUTHORITY = 'SUKRIA';
# set version in dist.ini now
# but we still need a basic version for
# the tests
$Dancer2::VERSION ||= '0.140001'; # 2.14.1
$Dancer2::VERSION ||= '0.143000'; # 2.14.3

our $runner;

Expand Down

0 comments on commit a1196bb

Please sign in to comment.