From 9874452d9ef7e4cb218c37eab3f6afec5fdd94f2 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Thu, 19 Apr 2018 09:20:39 -0400 Subject: [PATCH] Future builds will target draft01 --- docs/RFC/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/RFC/build.sh b/docs/RFC/build.sh index b05c4285..911ab443 100755 --- a/docs/RFC/build.sh +++ b/docs/RFC/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -mmark -xml2 -page paseto.md > draft-paragonie-paseto-rfc-00.xml -xml2rfc --text draft-paragonie-paseto-rfc-00.xml -rm draft-paragonie-paseto-rfc-00.xml +mmark -xml2 -page paseto.md > draft-paragonie-paseto-rfc-01.xml +xml2rfc --text draft-paragonie-paseto-rfc-01.xml +rm draft-paragonie-paseto-rfc-01.xml