Skip to content

Commit

Permalink
Bump to version 0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <derek@nats.io>
  • Loading branch information
derekcollison committed Mar 16, 2023
1 parent 38b2676 commit d211d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions const.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013-2020 The NATS Authors
// Copyright 2013-2023 The NATS Authors
// 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 All @@ -18,7 +18,7 @@ import (
)

const (
VERSION = "0.6"
VERSION = "0.7"

// Election timeout MIN and MAX per RAFT spec suggestion.
MIN_ELECTION_TIMEOUT = 500 * time.Millisecond
Expand Down

0 comments on commit d211d57

Please sign in to comment.