diff --git a/VERSION.txt b/VERSION.txt index 965065d..a602fc9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.9.3 +0.9.4 diff --git a/charlatan.go b/charlatan.go index bb4a0ad..5d534de 100644 --- a/charlatan.go +++ b/charlatan.go @@ -100,4 +100,6 @@ func main() { if err := ioutil.WriteFile(*outputPath, src, 0644); err != nil { log.Fatalf("error writing output: %s", err) } + + log.Printf("wrote %s\n", *outputPath) }