From e5aed3a63e3aa56c8e834c54cd26c489e16967bd Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 18 Oct 2014 00:47:01 +0200 Subject: [PATCH] Bump version number --- lib/Slic3r.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index d59674251..65d83f96e 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -7,7 +7,7 @@ use strict; use warnings; require v5.10; -our $VERSION = "1.2.0"; +our $VERSION = "1.2.1-dev"; our $debug = 0; sub debugf {