Skip to content

Commit 81e88ea

Browse files
committed
Version back to (unreleased)
1 parent 566a170 commit 81e88ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Maintain the version string on the development branch:
22
// - during development: set to (unreleased);
33
// - right before merging to the main branch for making a new release: set to the new release tag (see https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/tags).
4-
const version = "v2.2.0";
4+
const version = "(unreleased)";
55
export default version;

0 commit comments

Comments
 (0)