Skip to content

Commit

Permalink
set version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Dec 12, 2024
1 parent c49d6af commit 73b6708
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eolang",
"version": "0.0.0",
"version": "0.26.0",
"author": "Yegor Bugayenko <[email protected]> (https://www.yegor256.com/)",
"license": "MIT",
"repository": "objectionary/eoc",
Expand Down Expand Up @@ -31,8 +31,8 @@
],
"dependencies": {
"colors": "1.4.0",
"eo2js": "0.0.7",
"commander": "12.1.0",
"eo2js": "0.0.7",
"fast-xml-parser": "4.5.0",
"node": "23.4.0",
"relative": "3.0.2",
Expand All @@ -47,7 +47,7 @@
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "24.3.0",
"grunt-mocha-cli": "^7.0.0",
"mocha": "10.8.2"
"mocha": "^10.8.2"
},
"scripts": {
"test": "mocha --timeout 1200000"
Expand Down
4 changes: 2 additions & 2 deletions src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
// The values here are replaced automatically by the .rultor.yml script,
// at the "release" pipeline:
module.exports = {
what: '0.0.0',
when: '0000-00-00'
what: '0.26.0',
when: '2024-12-12'
};

0 comments on commit 73b6708

Please sign in to comment.