Skip to content

Commit e220705

Browse files
authored
Merge pull request #227 from SolidLabResearch/development
Merging for v2.0.0 (bis)
2 parents 548c436 + 279cb2a commit e220705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/src/version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Maintain the version string on the development branch:
2-
// - during development: set to (unreleased);
2+
// - 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 = "unreleased";
4+
const version = "v2.0.0";
55
export default version;

0 commit comments

Comments
 (0)