summaryrefslogtreecommitdiff
path: root/config/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/version.go')
-rw-r--r--config/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/version.go b/config/version.go
index f7e656d40..272cff9f9 100644
--- a/config/version.go
+++ b/config/version.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Algorand, Inc.
+// Copyright (C) 2019-2024 Algorand, Inc.
// This file is part of go-algorand
//
// go-algorand is free software: you can redistribute it and/or modify
@@ -33,7 +33,7 @@ const VersionMajor = 3
// VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced.
// Not enforced until after initial public release (x > 0).
-const VersionMinor = 21
+const VersionMinor = 22
// Version is the type holding our full version information.
type Version struct {