ligo/scripts/version.sh

14 lines
464 B
Bash
Raw Normal View History

#! /bin/sh
2018-01-18 16:18:55 +01:00
## `ocaml-version` should be in sync with `README.rst` and
2017-12-06 19:51:52 +01:00
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
2018-01-18 16:18:55 +01:00
ocaml_version=4.06.1
opam_version=2.0
## Please update `.gitlab-ci.yml` accordingly
2019-01-21 17:08:46 +01:00
opam_repository_tag=bb57cca4069add53f85f26794971581be8e77e3d
full_opam_repository_tag=a1ce1244a86abf897cacd4692a3ae8c369a18938
2018-06-27 12:58:06 +02:00
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag