Changed version number to 0.5.1beta
This commit is contained in:
parent
8598b66b0a
commit
0ecfd68c10
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package Slic3r;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = "0.5.0";
|
||||
our $VERSION = "0.5.1beta";
|
||||
|
||||
our $debug = 0;
|
||||
sub debugf {
|
||||
|
|
Loading…
Reference in a new issue