Skip to content

Commit 498c523

Browse files
committed
Release 2023.1
1 parent 6607228 commit 498c523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = Devel-Camelcadedb
2-
version = v2021.2
2+
version = v2023.1
33
abstract = Perl5 debugger for Intellij IDE
44
license = MIT
55

lib/Devel/Camelcadedb.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Devel::Camelcadedb;
22
# must be quoted to work correctly with JSON protocol
3-
our $VERSION = "v2021.2"; # DO NOT REMOVE FUCKING v, IT KEEPS PROPER VERSIONING
3+
our $VERSION = "v2023.1"; # DO NOT REMOVE FUCKING v, IT KEEPS PROPER VERSIONING
44

55
# to ensure protocol compatibility between the IDE and the debugger, we will use $API_VERSION variable, to be able
66
# to bump debugger version without necessity to update IDE part.

0 commit comments

Comments
 (0)