tladesignz / IPtProxy

Obfs4proxy and Snowflake Pluggable Transports for iOS
MIT License
51 stars 12 forks source link

Use snowflake version module, remove runtime dep #37

Closed bitmold closed 1 year ago

bitmold commented 1 year ago

I noticed when debugging the crashing snowflake on Android that the version was still 2.4.1. This is because that number gets pulled from IPtProxy/go.mod which I think you had forgotten to update in the 1.10.0 release. Of course, the version in that module doesn't matter too much anyway because it's overwritten by the local instance of the snowflake module.

Anyway, this just deletes code since apparently recently Snowflake now defines it's own version function anyway.

tladesignz commented 1 year ago

Niiiiice! Thank you!

tladesignz commented 1 year ago

Released as version 1.10.1!