Skip to content

Commit

Permalink
prepare for release 1.6.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Oct 24, 2024
1 parent 65fa4b8 commit 765a13c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,836 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.5.6](https://img.shields.io/badge/v1.5.6-green.svg)
![v1.6.0beta1](https://img.shields.io/badge/v1.6.0beta1-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 @@ -48,7 +48,7 @@
class StellarSDK
{

public const VERSION_NR = "1.5.6";
public const VERSION_NR = "1.6.0beta1";
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
Loading

0 comments on commit 765a13c

Please sign in to comment.