Skip to content

Commit

Permalink
Prepare for v0.5.3 dev
Browse files Browse the repository at this point in the history
* Remove helper script used for checking go mods
* Remove helper script for testing mismatch struct changes
  • Loading branch information
nywilken committed Nov 28, 2023
1 parent eac3a5f commit 4362ef5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
18 changes: 0 additions & 18 deletions cmd/packer-sdc/internal/test-data/mismatch-structs/test.sh

This file was deleted.

41 changes: 0 additions & 41 deletions mods.sh

This file was deleted.

4 changes: 2 additions & 2 deletions version/version.go
Expand Up @@ -16,12 +16,12 @@ import (
var GitCommit string

// Package version helps plugin creators set and track the sdk version using
var Version = "0.5.2"
var Version = "0.5.3"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var VersionPrerelease = ""
var VersionPrerelease = "dev"

// SDKVersion is used by the plugin set to allow Packer to recognize
// what version of the sdk the plugin is.
Expand Down

0 comments on commit 4362ef5

Please sign in to comment.