Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Commit 824d387

Browse files
Update Environment.php
1 parent d958800 commit 824d387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Environment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Environment
1313
{
14-
const VERSION = 1.0;
14+
const VERSION = '0.2.3';
1515
const DEFAULT_HASH_ALGORITHM = 'RS256';
1616
const PRODUCTION_API_URL = 'https://api.abnamro.com';
1717
const PRODUCTION_TOKEN_URL = 'https://auth.abnamro.com/oauth/token';

0 commit comments

Comments
 (0)