1
0
Fork 0
env/.versions

19 lines
311 B
Plaintext
Raw Normal View History

2018-03-27 23:47:53 +08:00
#!/bin/sh
2018-09-22 10:41:10 +08:00
export NEOVIM_VERSION=0.3.1
2018-03-28 00:00:45 +08:00
2018-09-22 10:41:10 +08:00
export GOLANG_VERSION=1.11
export GOLANG_HASH=afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb
2018-03-27 23:47:53 +08:00
2018-09-22 10:41:10 +08:00
export NODE_VERSION=10.11.0
export YARN_VERSION=1.9.4
2018-03-27 23:47:53 +08:00
2018-09-22 10:41:10 +08:00
export KUBECTL_VERSION=1.11.3
2018-04-01 21:12:22 +08:00
2018-09-22 10:41:10 +08:00
export JDK_NUMBER=12
export JDK_VERSION=9
2018-04-02 13:02:14 +08:00
2018-09-22 10:41:10 +08:00
export CADDY_VERSION=0.11.0
2018-03-30 01:26:58 +08:00