Skip to content

Commit 4e9f89b

Browse files
committed
Bump version for release
1 parent 04cdd06 commit 4e9f89b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sio2jail (1.4.4) UNRELEASED; urgency=medium
2+
3+
* Version 1.4.4
4+
5+
-- Mateusz Masiarz <[email protected]> Wed, 13 Sep 2023 12:23:31 +0100
6+
17
sio2jail (1.4.3) UNRELEASED; urgency=medium
28

39
* Initial Release.

src/s2japp/ApplicationSettings.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class StringOutputGenerator : public TCLAP::StdOutput {
8484
namespace s2j {
8585
namespace app {
8686

87-
const std::string ApplicationSettings::VERSION = "1.4.3";
87+
const std::string ApplicationSettings::VERSION = "1.4.4";
8888

8989
const std::string ApplicationSettings::DESCRIPTION =
9090
"SIO2jail, a sandbox for programming contests.";

0 commit comments

Comments
 (0)