Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
The version number of tflock is not Terraform version we depends on.
  • Loading branch information
minamijoyo committed Apr 12, 2021
1 parent 0303f2c commit 6d286f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// Version is a version number.
var version = "0.14.4"
var version = "0.0.2"

// LockCommand is a Command implementation that lock a Terraform state.
type LockCommand struct {
Expand Down

0 comments on commit 6d286f6

Please sign in to comment.