Skip to content

Commit

Permalink
set version to 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 3, 2023
1 parent 5f80051 commit 53e4799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.13.4",
"author": "Yegor Bugayenko <yegor256@gmail.com> (https://www.yegor256.com/)",
"license": "MIT",
"repository": "objectionary/eoc",
Expand Down Expand Up @@ -44,7 +44,7 @@
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "24.1.0",
"grunt-mocha-cli": "^7.0.0",
"mocha": "10.2.0"
"mocha": "^10.2.0"
},
"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.13.4',
when: '2023-06-03'
};

0 comments on commit 53e4799

Please sign in to comment.