From 5ca81d699e36af697756ee445da53b2f55d64046 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 26 May 2014 16:45:40 +0200 Subject: [PATCH] Releasing 1.1.3 --- lib/Slic3r.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index 179405c9..fbf7c6b6 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -7,7 +7,7 @@ use strict; use warnings; require v5.10; -our $VERSION = "1.1.3-dev"; +our $VERSION = "1.1.3"; our $debug = 0; sub debugf {