Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Jun 22, 2023
1 parent c9cc8e7 commit 8f777e2
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
@@ -1,7 +1,7 @@

# [Stellar SDK for PHP](https://github.com/Soneso/stellar-php-sdk)

![v1.1.8](https://img.shields.io/badge/v1.1.8-green.svg)
![v1.1.9](https://img.shields.io/badge/v1.1.9-green.svg)

The Soneso open source Stellar SDK for PHP provides APIs to build and sign transactions, connect and query [Horizon](https://github.com/stellar/horizon).

Expand Down
2 changes: 1 addition & 1 deletion Soneso/StellarSDK/StellarSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
class StellarSDK
{

public const VERSION_NR = "1.1.8";
public const VERSION_NR = "1.1.9";
public static string $PUBLIC_NET_HORIZON_URL = "https://horizon.stellar.org";
public static string $TEST_NET_HORIZON_URL = "https://horizon-testnet.stellar.org";
public static string $FUTURE_NET_HORIZON_URL = "https://horizon-futurenet.stellar.org";
Expand Down

0 comments on commit 8f777e2

Please sign in to comment.