Skip to content

Commit

Permalink
[#1186] version bumped up to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wwencel committed Oct 9, 2023
1 parent 71a1a2f commit 1c069f9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Stork 1.13.0 released on 2023-10-11.

* 341 [build] slawek

Added Rake and CI tasks to build, test, package, and upload the Stork
Expand Down
2 changes: 1 addition & 1 deletion api/swagger.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ swagger: "2.0"
info:
description: An API for Stork
title: Stork API
version: 1.12.0
version: 1.13.0
consumes:
- application/json
produces:
Expand Down
2 changes: 1 addition & 1 deletion backend/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package stork

// Stork product version. It's shared between server, agent, tool, and UI.
const Version = "1.12.0"
const Version = "1.13.0"

// Build date of the binary. It's set during compilation.
var BuildDate = "unset"
2 changes: 1 addition & 1 deletion webui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stork",
"version": "1.12.0",
"version": "1.13.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 1c069f9

Please sign in to comment.