diff --git a/bin/sidef b/bin/sidef index ad61d2ea..31502a95 100755 --- a/bin/sidef +++ b/bin/sidef @@ -871,7 +871,7 @@ Outputs: The interactive mode (a.k.a. REPL) is available by simply executing the C command, or by specifying the C<-i> command-line switch: $ sidef -i - Sidef 22.07, running on Linux, using Perl v5.36.0. + Sidef 22.12, running on Linux, using Perl v5.36.0. Type "help", "copyright" or "license" for more information. > n = 41 #1 = 41 diff --git a/lib/Sidef.pm b/lib/Sidef.pm index c30a0313..1fb69440 100644 --- a/lib/Sidef.pm +++ b/lib/Sidef.pm @@ -3,7 +3,7 @@ package Sidef { use utf8; use 5.016; - our $VERSION = '22.07'; + our $VERSION = '22.12'; our $SPACES = 0; # the current number of indentation spaces our $SPACES_INCR = 4; # the number of indentation spaces