ligo/scripts/version.sh
2018-07-06 18:18:41 +02:00

13 lines
404 B
Bash

#! /bin/sh
## `ocaml-version` should be in sync with `README.rst` and
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
ocaml_version=4.06.1
opam_version=2.0.0~rc3
## Please update `.gitlab-ci.yml` accordingly
opam_repository_tag=dea9fc16442f36e71caa459f9675928d6b14a800
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag