Prepare v1.4.0 development (#7468)

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2025-03-27 17:04:26 +01:00
committed by GitHub
parent 89f4835395
commit 598d05804b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## 1.3.0
This release contains a mix of features, bugfixes, and dependency updates.
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
// Version is the canonical version of OPA.
var Version = "1.3.0"
var Version = "1.4.0-dev"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()