Skip to content

Commit

Permalink
version bump 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dierk Koenig committed Jan 7, 2025
1 parent d0348cf commit eb1a1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/kolibri/version.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export { release, dateStamp, versionInfo, clientId }

const release = "0.9.9";
const release = "0.9.10";

const dateStamp = "2025-01-02 T 15:59:17 MEZ";
const dateStamp = "2025-01-07 T 12:24:25 MEZ";

const versionInfo = release + " at " + dateStamp;

Expand Down

0 comments on commit eb1a1c2

Please sign in to comment.