Skip to content

Commit

Permalink
Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethCody committed Feb 3, 2021
1 parent 3e9fdaa commit dd0a046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/sh/cody/anagrapher/Anagrapher.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ final class Anagrapher {
openInputFile(options.g, 'graphs'), openInputFile(options.w, 'words')
)

System.err.println('Anagrapher 1.0.0-devel by Maxwell Cody <maxwell@cody.sh>')
System.err.println('Anagrapher 1.0.0 by Maxwell Cody <maxwell@cody.sh>')
System.err.println("Desired threads: $anagrapher.threads; Case-insensitivity: $anagrapher.insensitive")
System.err.println()

Expand Down

0 comments on commit dd0a046

Please sign in to comment.