Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketDataApp committed Feb 6, 2024
1 parent 908d4b1 commit 50b90da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![Tests and linters](https://github.com/MarketDataApp/sdk-go/actions/workflows/go.yml/badge.svg)
[![Coverage](https://codecov.io/gh/MarketDataApp/sdk-go/branch/main/graph/badge.svg)](https://codecov.io/gh/MarketDataApp/sdk-go)
[![License](https://img.shields.io/github/license/MarketDataApp/sdk-go.svg)](https://github.com/MarketDataApp/sdk-go/blob/master/LICENSE)
![SDK Version](https://img.shields.io/badge/version-0.0.5-blue.svg)
![SDK Version](https://img.shields.io/badge/version-0.1.0-blue.svg)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/MarketDataApp/sdk-go)

#### Connect With The Market Data Community
Expand Down
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import (
var marketDataClient *MarketDataClient

const (
Version = "0.0.5" // Version specifies the current version of the SDK.
Version = "0.1.0" // Version specifies the current version of the SDK.

prodEnv = "prod" // prodEnv is the environment name for production.
testEnv = "test" // testEnv is the environment name for testing.
Expand Down

0 comments on commit 50b90da

Please sign in to comment.