From c03f2ea850c4e92644bc5a9e2e324d111acc1a1a Mon Sep 17 00:00:00 2001 From: Christian Schmitz Date: Wed, 25 Sep 2024 11:27:43 -0600 Subject: [PATCH] prerelease version bump --- package.json | 2 +- src/program/version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e94e0ff9..50c0520b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helios-lang/compiler", - "version": "0.17.0-91", + "version": "0.17.0-92", "description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to build 100% client-side dApps for Cardano.", "main": "src/index.js", "types": "types/index.d.ts", diff --git a/src/program/version.js b/src/program/version.js index f247ae6e..24a98252 100644 --- a/src/program/version.js +++ b/src/program/version.js @@ -1 +1 @@ -export const VERSION = "0.17.0-91" +export const VERSION = "0.17.0-92"