From 6600478243b0e1283f5ead0e38aed886105546a5 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 21 Jan 2012 19:10:27 +0100 Subject: [PATCH] Releasing 0.6.0 --- lib/Slic3r.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index b7d6303b5..52d0abe78 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -6,7 +6,7 @@ package Slic3r; use strict; use warnings; -our $VERSION = "0.6.0-beta"; +our $VERSION = "0.6.0"; our $debug = 0; sub debugf {