Skip to content

Commit

Permalink
Merge pull request #1379 prometheansacrifice/bump-version-0.6.12
Browse files Browse the repository at this point in the history
Bump version: 0.6.12
  • Loading branch information
ManasJayanth committed Nov 16, 2021
2 parents fa21e04 + 2064a31 commit df977dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/EsyRuntime.re
@@ -1,7 +1,7 @@
let currentWorkingDir = Path.v(Sys.getcwd());
let currentExecutable = Path.v(Sys.executable_name);

let version = "0.6.12-dev";
let version = "0.6.12";

let concurrency = userDefinedValue => {
let to_int =
Expand Down
2 changes: 1 addition & 1 deletion esy.json
@@ -1,6 +1,6 @@
{
"name": "esy",
"version": "0.6.12-dev",
"version": "0.6.12",
"description": "Package builder for esy.",
"license": "MIT",
"esy": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "esy",
"version": "0.6.12-dev",
"version": "0.6.12",
"devDependencies": {
"esy-solve-cudf": "^0.1.10",
"is-ci": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion static.json
@@ -1,6 +1,6 @@
{
"name": "esy",
"version": "0.6.12-dev",
"version": "0.6.12",
"source": "./esy.json",
"esy": {
"release": {
Expand Down

0 comments on commit df977dd

Please sign in to comment.