Skip to content

Commit

Permalink
Bump to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed May 24, 2023
1 parent f2bac05 commit 3512c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.13.1] - 2023-05-24

### Changed
- Modified `once.go` to reset `sync.Once` instance when an error occurs
Expand Down
2 changes: 1 addition & 1 deletion kusto/internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

// Kusto is the version of this client package that is communicated to the server.
const Kusto = "0.13.0"
const Kusto = "0.13.1"
2 changes: 1 addition & 1 deletion quickstart/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/Azure/azure-kusto-go/quickstart

go 1.19

require github.com/Azure/azure-kusto-go v0.13.0
require github.com/Azure/azure-kusto-go v0.13.1

require (
github.com/Azure/azure-pipeline-go v0.1.8 // indirect
Expand Down

0 comments on commit 3512c5f

Please sign in to comment.