Created
September 30, 2014 19:16
-
-
Save asterite/a50b9834f6a253b3d0df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module Crystal | |
| module Config | |
| PATH = {{ env("CRYSTAL_CONFIG_PATH") || "" }} | |
| VERSION = {{ env("CRYSTAL_CONFIG_VERSION") || `(git describe --tags --long 2>/dev/null)` }} | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment