Skip to content

Commit

Permalink
heta compiler upd to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Jun 21, 2024
1 parent a9b9024 commit b8d4260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HetaSimulator.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module HetaSimulator

# heta-compiler supported version
const HETA_COMPILER_SUPPORTED = "0.8.1"
const SUPPORTED_VERSIONS = ["0.8.1"]
const HETA_COMPILER_SUPPORTED = "0.8.4"
const SUPPORTED_VERSIONS = ["0.8.4"]

using Reexport

Expand Down

0 comments on commit b8d4260

Please sign in to comment.