Skip to content

Commit

Permalink
heta compiler v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Mar 4, 2022
1 parent 62d3a31 commit 3cdec22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.4.7

- fix `NaNMath` bug
- heta-compiler v0.6.11

## 0.4.5 - deprecated

Expand Down
2 changes: 1 addition & 1 deletion src/heta_connect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const MODEL_DIR = "_julia"
const MODEL_NAME = "model.jl"

# heta-compiler supported version
const HETA_COMPILER_SUPPORTED = "0.6.10"
const HETA_COMPILER_SUPPORTED = "0.6.11"

"""
heta_update(version::String = HETA_COMPILER_SUPPORTED)
Expand Down

0 comments on commit 3cdec22

Please sign in to comment.