We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e696e78 commit 1c3aec7Copy full SHA for 1c3aec7
pkg/gee/gee.go
@@ -68,6 +68,7 @@ func Gee(options model.Options) {
68
distributePointer = distributePointer + 1
69
} else {
70
distributePointer = 0
71
+ WriteFile(files[distributePointer], line, options)
72
}
73
74
for _, k := range files {
pkg/printing/version.go
@@ -1,4 +1,4 @@
1
package printing
2
3
// VERSION is version of gee
4
-const VERSION = "v1.0.0"
+const VERSION = "v1.0.1"
0 commit comments