diff options
author | siddharth <s@ricketyspace.net> | 2022-04-17 04:01:07 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-04-17 04:01:07 -0400 |
commit | ed3c37a129e37df71b87092c9c2673c83db736e1 (patch) | |
tree | 217e43983634bf891c93b924df6c44b9b2032a83 | |
parent | 0e537b5c25c272a138a04dc72faf23082edc64c4 (diff) |
README.md: fix contact infov0.4.3
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | fern.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,4 +12,4 @@ See the documentation in fern.go for usage. ## bugs -Email bug reports, questions, patches, etc to `s at rickteyspace.net`. +Email bug reports, questions, patches, etc to `s at ricketyspace.net`. @@ -53,7 +53,7 @@ import ( "ricketyspace.net/fern/state" ) -const version = "0.4.2" +const version = "0.4.3" var fConf *config.FernConfig var pState *state.ProcessState |