1
0
Fork 0
env/.versions

12 lines
151 B
Plaintext
Raw Normal View History

2018-03-27 23:47:53 +08:00
#!/bin/sh
2018-03-28 00:00:45 +08:00
export NEOVIM_VERSION=0.2.2
2018-03-27 23:47:53 +08:00
export GOLANG_VERSION=1.10
export NODE_VERSION=9.9.0
export YARN_VERSION=1.5.1
2018-03-30 01:26:58 +08:00
export CADDY_VERSION=0.10.12