Skip to content

Commit

Permalink
Bump apalache to 0.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela authored Sep 24, 2024
1 parent 6061334 commit 4ff8b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/src/apalache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function serverEndpointToConnectionString(endpoint: ServerEndpoint): stri
return `${endpoint.hostname}:${endpoint.port}`
}

const APALACHE_VERSION_TAG = '0.45.6'
const APALACHE_VERSION_TAG = '0.46.1'
// TODO: used by GitHub api approach: https://github.com/informalsystems/quint/issues/1124
// const APALACHE_TGZ = 'apalache.tgz'

Expand Down

0 comments on commit 4ff8b06

Please sign in to comment.