We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb67e04 commit 41cd207Copy full SHA for 41cd207
CHANGELOG.md
@@ -1,8 +1,13 @@
1
## v0.1.x (Released 2019-03-06)
2
3
BUG FIXES
4
+
5
- Fix automated build steps and Docker setup
6
7
+ADDITIONS
8
9
+- Added environmental variables for data filepaths
10
11
## v0.1.0 (Released 2019-03-06)
12
13
- Initial release
version.go
@@ -5,4 +5,4 @@
package fed
// Version is the current version
-const Version = "v0.1.2"
+const Version = "v0.1.3"
0 commit comments