Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jan 6, 2022
1 parent 857d21f commit b07e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2020, 2021 Weald Technology Trading.
// Copyright © 2020 - 2022 Weald Technology Trading.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
Expand Down Expand Up @@ -58,7 +58,7 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "0.5.3"
var ReleaseVersion = "0.5.4"

func main() {
os.Exit(main2())
Expand Down

0 comments on commit b07e5c3

Please sign in to comment.