Skip to content

Commit

Permalink
Version bump to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBrock committed Sep 16, 2022
1 parent 19b682e commit 82065dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version = "0.21.0"
Version = "0.23.0"


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion site/js/version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

const Version = "0.21.0";
const Version = "0.23.0";

function setVersion() {
document.getElementById("version").innerHTML = "Version " + Version;
Expand Down

0 comments on commit 82065dc

Please sign in to comment.